Ejemplo n.º 1
0
 public static bool InsertBook(book obj)
 {
     return(repository.InsertBook(obj));
 }