Beispiel #1
0
 public List<string[]> GetProjectsForDocket(BLDocket.Docket docket)
 {
     return base.GetProjectsForDocket(docket);
 }
Beispiel #2
0
 protected Project(int id,BLDocket.Docket docket, string type, string number, string draftor, string invoiceNumber,string countryId)
     : base(id,docket, type, number, draftor, invoiceNumber,countryId)
 {
 }