Ejemplo n.º 1
0
 public ReadingService()
 {
     _readingDb = new ActivitiesDb <Reading>();
 }
Ejemplo n.º 2
0
 public ExercisingService()
 {
     _exercisingDb = new ActivitiesDb <Exercising>();
 }
 public OtherHobbiesService()
 {
     _otherHobbiesDb = new ActivitiesDb <OtherHobbies>();
 }
Ejemplo n.º 4
0
 public WorkingService()
 {
     _workingDb = new ActivitiesDb <Working>();
 }