Example #1
0
 public TypeOfCaseController()
 {
     TypeOfCaseService = new TypeOfCaseService(new LawyersEntities());
 }