예제 #1
0
 public bool Add(DtoAccount dtoAccount)
 {
     return(dalAccount.Add(dtoAccount));
 }