Пример #1
0
 public IEnumerable <IGrouping <string, BankAccount> > GetAllAtmGroupByBank()
 {
     return(dal.GetAllAtmGroupByBank());
 }