예제 #1
0
파일: PetMatch.cs 프로젝트: kohku/PetMatch
 internal void DeletePetBreed(PetBreed breed)
 {
     container.Resolve <IPetMatchRepository>().DeletePetBreed(breed);
 }
예제 #2
0
파일: PetMatch.cs 프로젝트: kohku/PetMatch
 internal void InsertPetBreed(PetBreed breed)
 {
     container.Resolve <IPetMatchRepository>().InsertPetBreed(breed);
 }