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