Beispiel #1
0
 public async Task <bool> AddAsync(BO.Users obj)
 {
     return(await _dalUsers.AddAsync(obj));
 }