Beispiel #1
0
 public bool CanLogin(DtoAccount dtoAccount)
 {
     return(dalAccount.CanLogin(dtoAccount));
 }