Beispiel #1
0
 public MessageRepo(IAddMessageQueryProcessor iAdd, IGetAllMessagesQueryProcessor iGet)
 {
     _add = iAdd;
     _get = iGet;
 }
Beispiel #2
0
 public MessageRepo(IAddMessageQueryProcessor iAdd, IGetAllMessagesQueryProcessor iGet)
 {
     _add = iAdd;
     _get = iGet;
 }