Beispiel #1
0
 public void Create([FromBody] HolidayDataModel data)
 {
     HolidayDataManager.Create(data, SessionVariables.RequestProfile);
 }