Example #1
0
 public static List <CongThuc_DTO> Search_CongThuc(CongThuc_DTO CongThuc_DTO)
 {
     return(CongThuc_DAO.Search_CongThuc(CongThuc_DTO));
 }
Example #2
0
 public static List <CongThuc_DTO> GetListCongThuc()
 {
     return(CongThuc_DAO.GetListCongThuc());
 }