Merge branch 'Lab5_Hard' into Lab6_Hard

This commit is contained in:
Данияр Аглиуллов 2023-03-08 20:32:14 +04:00
commit 670216b446

View File

@ -96,7 +96,5 @@ namespace ConfectioneryDatabaseImplement.Models
}
_pastryComponents = null;
}
public static implicit operator ConfectioneryContracts.ViewModels.PastryViewModel(ConfectioneryDatabaseImplement.Models.Pastry model) => model.GetViewModel;
}
}