Ejemplo n.º 1
0
 public bool DeleteOccupation(Occupation occupation)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool AddOccupation(Occupation occupation)
 {
     entities.Occupations.Add(occupation);
     return true;
 }