Beispiel #1
0
 public AccountDTO GetAccountByID(int id)
 {
     return(_accountDal.GetAccountByID(id));
 }