Esempio n. 1
0
 public async Task <long> AddEntityReturnLong(TEntity model)
 {
     return(await dalBase.AddEntityReturnLong(model));
 }