Beispiel #1
0
 public libraryservice(Ibookrespiratory Bookrespiratory, Istudentrespiratory Studentrespiratory, Istudentbookrespiratory Studentbookrespiratory)
 {
     _Ibookrespiratory        = Bookrespiratory;
     _Istudentrespiratory     = Studentrespiratory;
     _Istudentbookrespiratory = Studentbookrespiratory;
 }
Beispiel #2
0
 public studentmembershipservice(Istudentrespiratory studentrespiratory)
 {
     _Istudentrespiratory = studentrespiratory;
 }