コード例 #1
0
ファイル: DatabaseController.cs プロジェクト: thongvo/myfiles
 // fax type
 public List<FaxTypeDB> GetAllFaxType()
 {
     DBManager db = new DBManager();
     return db.GetAllFaxType();
 }