Пример #1
0
 public async Task CreateBooksCategoryAsync(string name)
 {
     await _bookscategorySvc.CreateAsync(new BooksCategory()
     {
         BooksCategory_Title = name
     });
 }