Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CollaboratorRepository"/> class.
 /// </summary>
 /// <param name="userContext">The user context.</param>
 public CollabratorRL(FundooApiContext collbratorcontext)
 {
     this.collbratorcontext = collbratorcontext;
 }
Example #2
0
 public UserRL(FundooApiContext context, IConfiguration configuration)
 {
     userContext   = context;
     Configuration = configuration;
 }
Example #3
0
 public LableRL(FundooApiContext lableDB)
 {
     LablesDB = lableDB;
 }
Example #4
0
 public NotesRL(FundooApiContext context)
 {
     notesContext = context;
 }