예제 #1
0
 public EnclosureService(IEnclosureRepository enclosureRepository)
 {
     _enclosureRepository = enclosureRepository;
 }