コード例 #1
0
ファイル: DatabaseController.cs プロジェクト: thongvo/myfiles
 public EmailType GetEmailTypePreferredByAccountTypeId(int accountTypeId)
 {
     DBManager db = new DBManager();
     return db.GetEmailTypePreferredByAccountTypeId(accountTypeId);
 }