Example #1
0
 public bool Update(DtoAccount dtoAccount)
 {
     return(dalAccount.Update(dtoAccount));
 }