Пример #1
0
 public int DisableService(DatabaseContext _db, Guid serviceId)
 {
     return(_OperationRepo.DisableService(_db, serviceId));
 }