Example #1
0
 protected DTObj(DalController controller)
 {
     Controller = controller;
 }
Example #2
0
 protected DTO(DalController controller)
 {
     _controller = controller;
 }