Exemple #1
0
 public int DeleteService(DatabaseContext _db, Guid serviceId)
 {
     return(_OperationRepo.DeleteService(_db, serviceId));
 }