Beispiel #1
0
 public async Task <BO.Users> GetAsync(int objId)
 {
     return(await _dalUsers.GetAsync(objId));
 }