Exemplo n.º 1
0
 public EffectiveTO AddEffectiveData([FromBody] EffectiveTO effectiveData)
 {
     return(_Service.AddEffectiveData(effectiveData));
 }
Exemplo n.º 2
0
 public EffectiveTO AddEffectiveData([FromBody] EffectiveTO effectiveData)
 {
     return(_AccountantRole.AddEffectiveData(effectiveData));
 }