Skip to content

Omission of declaration in Interface IStorageContext #20

@Elencon

Description

@Elencon
	Hello
	I started to use your sdk for my personal projects
	I have some questions.
    in class public class StorageContext	there are two pairs of methods
	
	public async Task InsertOrReplaceAsync<T>(IEnumerable<T> models) where T : new()
	public async Task InsertOrReplaceAsync<T>(T model) where T : new()

	public async Task MergeOrInsertAsync<T>(IEnumerable<T> models) where T : new()
	public async Task MergeOrInsertAsync<T>(T model) where T : new()
	
	In Interface IStorageContext
	You do not declare 
	public  Task InsertOrReplaceAsync<T>(IEnumerable<T> models) where T : new()

    Is this is intentional or simply omission?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions