исправил ошибки
This commit is contained in:
parent
5561f0d627
commit
60c42520d7
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@ViewData["Title"] - IceCreamShopClientApp</title>
|
||||
<title>@ViewData["Title"] - FlowerShopClientApp</title>
|
||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="~/css/site.css" />
|
||||
<script src="~/lib/jquery/dist/jquery.min.js"></script>
|
||||
|
@ -71,7 +71,7 @@ namespace FlowerShopDatabaseImplement.Models
|
||||
DateImplement = DateImplement,
|
||||
FlowerName = Flower?.FlowerName ?? String.Empty,
|
||||
Id = Id,
|
||||
ClientFIO = Client.ClientFIO
|
||||
ClientFIO = Client?.ClientFIO ?? String.Empty,
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user