コード例 #1
0
 public int CreateService(DatabaseContext _db, Service service)
 {
     return(_OperationRepo.CreateService(_db, service));
 }