Exemplo n.º 1
0
 public OperationResult <ThirdPartyApp> Change(ThirdPartyApp obj) => Controller.ChangeThirdPartyApp(obj);
Exemplo n.º 2
0
 public ThirdPartyApp ChangeThirdPartyApp(ThirdPartyApp obj) => Run(() => Change(obj));
Exemplo n.º 3
0
 public OperationResult <ThirdPartyApp> Add(ThirdPartyApp obj) => Controller.AddThirdPartyApp(obj);
Exemplo n.º 4
0
 public ThirdPartyApp AddThirdPartyApp(ThirdPartyApp obj) => Run(() => Add(obj));