Пример #1
0
 public int Add(Model.Subscriber.Subscriber item)
 {
     using (var context = new IdentityExDbEntities())
     {
         return(context.Subscriber_GetAll().MapToModels());
     }
 }
Пример #2
0
 public Model.Subscriber.Subscriber Save(Model.Subscriber.Subscriber item)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public bool Delete(Model.Subscriber.Subscriber item)
 {
     throw new NotImplementedException();
 }