Example #1
0
File: PL.cs Project: KudrinAV/Task5
 public bool DeleteSale(int Id)
 {
     return(_dbConnect.DeleteSale(Id));
 }