예제 #1
0
 public bool SetPreferredListFaxType(FaxType faxType)
 {
     DBManager db = new DBManager();
     return db.SetPreferredListFaxType(faxType);
 }
예제 #2
0
 public int SetPreferredListFaxType(List<FaxTypeDB> listFaxType)
 {
     DBManager db = new DBManager();
     return db.SetPreferredListFaxType(listFaxType);
 }