Ejemplo n.º 1
0
 public BaseResponse <bool> Post(ADCreateModel value)
 {
     return(_service.CreateAD(value));
 }