Esempio n. 1
0
 public uc_ReportViewer()
 {
     orgDTO = new cls_OrganizationDTO();
 }
Esempio n. 2
0
 public uc_FeeReceipt()
 {
     _OrganizationDTO = new cls_OrganizationDTO();
     _StudentDTO      = new cls_StudentDTO();
 }
Esempio n. 3
0
 public Profile()
 {
     _OrganizationDTO = new cls_OrganizationDTO();
 }