Exemplo n.º 1
0
 public WeightService(WeightDBContext weightDbContext)
 {
     _weightDbContext = weightDbContext;
 }
Exemplo n.º 2
0
 public UserService(WeightDBContext weightDBContext)
 {
     _weightDBContext = weightDBContext;
 }