Beispiel #1
0
 public IEnumerable <Licence> GetAllLicenceByCompanyId(int company_id, string state = "", string lang = "en")
 {
     return(databasePlaceholder.GetAllLicenceByCompanyId(company_id, state, lang));
 }