public EmployeeController()
 {
     service = new GitDBContext();
 }
示例#2
0
 public ManagerController()
 {
     service = new GitDBContext();
 }