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