Пример #1
0
 public static List <TaiKhoan_DTO> List_TK(TaiKhoan_DTO tk)
 {
     return(TaiKhoan_DAO.List_TK(tk));
 }