Agliullov D. A. Lab Work 6 Hard #18

Closed
d.agliullov wants to merge 53 commits from Lab6_Hard into Lab5_Hard
Showing only changes of commit 670216b446 - Show all commits

View File

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