Exemplo n.º 1
0
 public SocietyMember AddSociety(SocietyMember society)
 {
     return(_repository.AddSociety(society));
 }