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