Example #1
0
 // returns a List which includes all the nannies
 public List <Nanny> GetAllNannys()
 {
     return(DAL.GetAllNannys());
 }