예제 #1
0
 // test constructor
 public StaffController(IStaffOps service)
 {
     this.service = service;
 }
예제 #2
0
 // default constructor
 public StaffController()
 {
     service = POS.Configuration.staffOps;
 }