ISEbd-22 Alimova M.S. Lab Work 05 base #6

Closed
malimova wants to merge 26 commits from Lab5_base into Lab4_base
Showing only changes of commit 8541eb5943 - Show all commits

View File

@ -11,7 +11,7 @@ using System.Threading.Tasks;
namespace ConfectioneryDatabaseImplement.Models
{
internal class Client : IClientModel
public class Client : IClientModel
{
public int Id { get; private set; }