示例#1
0
 public ReceivedMailController(IMailTableRepository context)
 {
     _context = context;
 }
 public SearchController(IMailTableRepository context)
 {
     _context = context;
 }
示例#3
0
 public ImportantMailController(IMailTableRepository context)
 {
     _context = context;
 }
 public TrashMailController(IMailTableRepository context)
 {
     _context = context;
 }
 public StarredMailController(IMailTableRepository context)
 {
     _context = context;
 }
 public CreateMailController(IMailTableRepository context)
 {
     _context = context;
 }