예제 #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));
 }