示例#1
0
 public async Task <int> AddEntityReturnInt(TEntity model)
 {
     return(await dalBase.AddEntityReturnInt(model));
 }