Exemplo n.º 1
0
Arquivo: PL.cs Projeto: KudrinAV/Task5
 public bool DeleteSale(int Id)
 {
     return(_dbConnect.DeleteSale(Id));
 }