Esempio n. 1
0
 public IHttpActionResult Export()
 {
     if (ModelState.IsValid)
     {
         throw new HttpResponseException(JsonErrorResponse.NotImplemented());
     }
     else
     {
         throw new HttpResponseException(JsonErrorResponse.InvalidData());
     }
 }
Esempio n. 2
0
 public void Delete(string dbname, string id)
 {
     throw new HttpResponseException(JsonErrorResponse.NotImplemented());
 }
Esempio n. 3
0
 public RQItem Get(string dbname, string id, string subfield, int index, string format = "", string verb = "")
 {
     throw new HttpResponseException(JsonErrorResponse.NotImplemented());
 }