예제 #1
0
파일: Class1.cs 프로젝트: LeGaryGary/Ioc
 public int AddMonkeys()
 {
     return(_databaseRepository.AddMonkeys("ABC"));
 }