예제 #1
0
 public static void Congigure()
 {
     ServiceRegistry.GetCurrent().Register(typeof(IEmployeeService), new EmployeeOperation()); // ilk register ornegi
     ServiceRegistry.GetCurrent().Register <IDepartmentService, DepartmentOperation>();        // ikinci register ornegi
 }