Exemplo n.º 1
0
 public Library Create(Library newLibrary)
 {
     return(_repo.Create(newLibrary));
 }
Exemplo n.º 2
0
 internal Library Create(Library newLibrary)
 {
     return(_repo.Create(newLibrary));
 }