implement all Data Helper Requirements ...
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using xDataService.Interfaces;
|
||||
using xWebinarService.Models.Entities;
|
||||
|
||||
namespace xWebinarService.Interfaces.Entities
|
||||
{
|
||||
public interface IXWebinarRepository
|
||||
{
|
||||
|
||||
}
|
||||
public interface IXWebinarRepository : IXBaseRepository<XWebinar, Guid>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user