Example #1
0
 public bool Post(Catalog catalog)
 {
     return(_catalog.AddCatalog(catalog));
 }