Exemplo n.º 1
0
 public void GeneratePeriodLines(DateTime fromDate, DateTime toDate)
 {
     Glclient.GeneratePeriodLinesAsync((TblGlPeriod) new TblGlPeriod().InjectFrom(SelectedMainRow), fromDate, toDate, LoggedUserInfo.DatabasEname);
 }