-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yusuf Enes Aras
committed
Aug 1, 2021
1 parent
2531328
commit e0fb931
Showing
30 changed files
with
176 additions
and
68 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace Business.Constans | ||
{ | ||
public static class Messages | ||
{ | ||
public static string CarAdded = "Araba Eklendi"; | ||
public static string CarDeleted = "Araba Silindi"; | ||
public static string CarUpdated = "Araba Güncellendi"; | ||
public static string AddError = "Ekleme Başarısız Oldu"; | ||
public static string CarsListed = "Arabalar listelendi"; | ||
public static string CarDetails = "Araba Detayları Listelendi"; | ||
public static string CarDailyPrice = "Günlük fiyat 0' dan küçük olamaz"; | ||
public static string CarNameError = "Araba ismi minimum 2 karakter olmalıdır."; | ||
|
||
public static string BrandAdded = "Marka Eklendi"; | ||
public static string BrandDeleted = "Marka Silindi"; | ||
public static string BrandUpdated = "Marka Güncellendi"; | ||
public static string BrandListed = "Markalar Listelendi"; | ||
public static string BrandError = "Marka Eklenemedi"; | ||
public static string BrandUpdateError = "Marka Güncellenemedi"; | ||
public static string BrandNameNull = "Marka ismi boş olamaz"; | ||
|
||
public static string ColorAdded = "Renk Eklendi"; | ||
public static string ColorDeleted = "Renk Silindi"; | ||
public static string ColorUpdated = "Renk Güncellendi"; | ||
public static string ColorListed = "Renkler Listelendi"; | ||
public static string ColorAddError = "Renk Eklenemedi"; | ||
|
||
public static string MaintenanceTime = "Sistem Şuan Bakımda."; | ||
public static string Added = "Eklendi"; | ||
public static string Deleted = "Silindi"; | ||
public static string Updated = "Güncellendi"; | ||
public static string Rented = "Kiralandı"; | ||
public static string InActiveUse = "Araba Kullanımda"; | ||
internal static string ImageLimitOver = "Her Arabanın en fazla 5 Fotoğrafı Olabilir"; | ||
internal static string ImageAdded = "Fotoğraf Yüklendi"; | ||
internal static string CarImageUpdated = "Fotoğraf Güncellendi"; | ||
internal static string CarImageNotFound = "Fotoğraf Bulunamadı"; | ||
internal static string CarImageDeleted = "Fotoğraf Silindi"; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Business/obj/Debug/netstandard2.0/Business.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
02044cdbb5c862289fe86fb440e7862b0a192851 | ||
656d0b06cad8785ecf985ee2ad32b557b809e9e9 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+673 Bytes
(150%)
ConsoleUI/obj/Debug/netcoreapp3.1/ConsoleUI.csproj.AssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,6 @@ on c.ColorId equals co.ColorId | |
}; | ||
return result.ToList(); | ||
} | ||
|
||
|
||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.