public BudgetRepository(PgoDBContext pgoDBContext)
 {
     this.pgoDBContext = pgoDBContext;
 }
예제 #2
0
 PgoRepository(PgoDBContext pgoDBContext)
 {
     this.pgoDBContext = pgoDBContext;
 }