Example #1
0
 public SazemanService(ISazemanRepository sazemanRepository)
 {
     _sazemanRepository = sazemanRepository;
 }