Пример #1
0
 public virtual bool Post(FremeauModel fremeau)
 {
     // will write to console on POST
     throw new NotImplementedException();
 }
Пример #2
0
 public override bool Post(FremeauModel fremeau)
 {
     return(base.Post(fremeau)); // currently throws exception. Will eventually write to DB
 }