コード例 #1
0
 public void Insert(BorderModel entity)
 {
     _mainService.Insert(entity);
 }
コード例 #2
0
ファイル: CompanyService.cs プロジェクト: oyhan/deldel.core
 public void Insert(CompanyModel entity)
 {
     _mainService.Insert(entity);
 }
コード例 #3
0
 public void Insert(DriverModel entity)
 {
     _mainService.Insert(entity);
 }
コード例 #4
0
ファイル: CustomerService.cs プロジェクト: oyhan/deldel.core
 public void Insert(CustomerModel entity)
 {
     _mainService.Insert(entity);
 }