Beispiel #1
0
 public int GetAccountCount(int customerId)
 {
     return(_accountDal.GetAccountCount(customerId));
 }