Пример #1
0
 public DataTable GetDataByAccount(string TK, string MK)
 {
     return(dao.GetDataByAccount(TK, MK));
 }