コード例 #1
0
 public void getCheckReport(DateTime startDate, DateTime endDate)
 {
     DBContext    myDB = new DBContext(); //We need this to use function - association
     List <Check> lst;                    //needed for report  - association
 }
コード例 #2
0
 public void getSellReport(DateTime startDate, DateTime endDate)
 {
     DBContext myDB = new DBContext(); //We need this to use function - association
     List <ProductTransaction> lst;    //needed for report  - association
 }
コード例 #3
0
 //ham bedehi ham talab
 public void getBedehiReport(DateTime startDate, DateTime endDate)
 {
     DBContext myDB = new DBContext(); //We need this to use function - association
     List <FinancialTransaction> lst;  //needed for report  - association
 }