Esempio n. 1
0
 public async Task InsertAsync(BorderModel entity)
 {
     await _mainService.InsertAsync(entity);
 }
Esempio n. 2
0
 public async Task InsertAsync(CompanyModel entity)
 {
     await _mainService.InsertAsync(entity);
 }