Example #1
0
 public async Task <BO.Users> GetByUsernameAsync(string username)
 {
     return(await _dalUsers.GetByUsernameAsync(username));
 }