예제 #1
0
 public LawyerController(ILawyersService lawyersService)
 {
     _lawyersService = lawyersService;
 }