Пример #1
0
 public override List <Account> CheckElementByObject(Account oT)
 {
     return(mAccountDAL.CheckElementByObject(oT));
 }