Ejemplo n.º 1
0
 public ExpenseReportService()
 {
     context    = new ExpenseReportEntities();
     httpClient = new HttpClient();
 }
Ejemplo n.º 2
0
 public CategoryService()
 {
     context = new ExpenseReportEntities();
 }
Ejemplo n.º 3
0
 public LineItemService()
 {
     context = new ExpenseReportEntities();
 }