public List <Draft> GetListDraftbox() { return(_draftDal.List(x => x.SenderMail == "*****@*****.**")); }
public List <Draft> GetList() { return(_draftDal.List()); }