Example #1
0
 public DbSet <ExpenseType> GetExpenseTypesDbSet()
 {
     return(_context.Set <ExpenseType>());
 }