Пример #1
0
 public static List <DTOInfor> getListInfor()
 {
     return(DAOInfor.getListInfor());
 }
Пример #2
0
 public static bool DeleteAll()
 {
     return(DAOInfor.DeleteAll());
 }
Пример #3
0
 public static bool Delete(string file, string client)
 {
     return(DAOInfor.Delete(file, client));
 }
Пример #4
0
 public static bool Update(DTOInfor infor)
 {
     return(DAOInfor.Update(infor));
 }
Пример #5
0
 public static bool Insert(DTOInfor infor)
 {
     return(DAOInfor.Insert(infor));
 }