Example #1
0
 // Custom function to get client overview
 public DTO.ClientMng.ClientOverview GetClientOverview(int id, int iRequesterID, out Library.DTO.Notification notification)
 {
     // keep log entry
     fwBLL.WriteLog(iRequesterID, 0, "get client overview " + id.ToString());
     return(factory.GetClientOverview(id, iRequesterID, out notification));
 }