public List<string[]> GetProjectsForDocket(BLDocket.Docket docket) { return base.GetProjectsForDocket(docket); }
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) { }