예제 #1
0
파일: PL.cs 프로젝트: KudrinAV/Task5
 public bool DeleteSale(int Id)
 {
     return(_dbConnect.DeleteSale(Id));
 }