Example #1
0
 public Library Create(Library newLibrary)
 {
     return(_repo.Create(newLibrary));
 }
Example #2
0
 internal Library Create(Library newLibrary)
 {
     return(_repo.Create(newLibrary));
 }