Exemplo n.º 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
 }
Exemplo n.º 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
 }
Exemplo n.º 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
 }