コード例 #1
0
 public RecipientsManager(IRecipientsStore Store)
 {
     _Store = Store;
 }
コード例 #2
0
 //Конcтруктор, с указанием места хранения данных для класса RecipientManager
 public RecipientsManager(IRecipientsStore recipientsStore)
 {
     this.recipientsStore = recipientsStore;
 }