예제 #1
0
 public EmployeeProvider(IEmployeeRepositoryAPI respository)
 {
     this.respository = respository;
 }
예제 #2
0
 public EmployeeProvider()
 {
     this.respository = new EmployeeRepositoryAPI();
 }